home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(this.iteme != "non")
- {
- duplicateMovieClip(this._parent.itemdrag,"itemdragshow",16384 + _root.getNextHighestDepth());
- trace(this._parent.itemdragshow._x);
- this._parent.itemdragshow.gotoAndStop(showgo);
- this._parent.itemdragshow._alpha = 50;
- this._parent.itemdragshow.targetname = this._name;
- trace(showgo);
- this._parent.sstdrag();
- }
- }
-